home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / 515disk1.zip / SUITE1.BAT < prev    next >
DOS Batch File  |  1993-02-19  |  4KB  |  159 lines

  1. @ECHO OFF
  2. CLS
  3. REM
  4. REM ========================================================================
  5. REM =                                                                      =
  6. REM = Default directories.  You can change these to suit your needs    !   =
  7. REM =                                                                      =
  8. REM ========================================================================
  9. REM
  10. SET     disk=B:
  11. SET      doc=C:\FBB\DOC
  12. SET     docs=C:\FBB\DOCS
  13. SET     save=C:\FBB\BACKUP
  14. SET      fbb=C:\FBB
  15. SET   system=C:\FBB\SYSTEM
  16. SET     mail=C:\FBB\MAIL
  17. SET  binmail=C:\FBB\BINMAIL
  18. SET    users=C:\FBB\USERS
  19. SET     yapp=C:\FBB\USERS\YAPP
  20. SET  oldmail=C:\FBB\OLDMAIL
  21. SET    stats=C:\FBB\STATS
  22. SET      fwd=C:\FBB\SYSTEM\FWD
  23. SET      bin=C:\FBB\BIN
  24. REM
  25. REM ========================================================================
  26. REM
  27. ECHO        ****   FIRST TIME INSTALLATION OF FBB 5.15 FROM DISK %disk%   ****
  28. ECHO.
  29. ECHO -  Main BBS-directory -  %fbb%
  30. ECHO -  System-files       -  %system%
  31. ECHO -  Messages           -  %mail%
  32. ECHO -  Binary-messages    -  %binmail%
  33. ECHO -  User's dir.        -  %users%
  34. ECHO -  Yapp files         -  %yapp%
  35. ECHO -  Oldmail            -  %oldmail%
  36. ECHO -  Statistics         -  %stats%
  37. ECHO -  Documentation      -  %docs%
  38. ECHO -  FBB-manuals        -  %doc%
  39. ECHO -  Backups            -  %save%
  40. ECHO -  Fwd-include-files  -  %fwd%
  41. ECHO -  Executable files   -  %bin%
  42. ECHO    Fwd-include-files MUST stay under %system%.
  43. ECHO.
  44. ECHO        If this configuration does not suit your needs, you must stop now
  45. ECHO        with CTRL-C and the SET-lines in the file %disk%SUITE1.BAT.
  46. ECHO.
  47. ECHO        If a version of FBB 5.14 already exists, press Ctrl-C 
  48. ECHO        and use 514515.BAT for upgrading.
  49. PAUSE
  50. ECHO      *** INSTALLATION IN PROGRESS  ***
  51. ECHO.
  52. CD \
  53. COPY %disk%PKUNZJR.COM
  54. MD %fbb%         
  55. MD %system%    
  56. MD %doc%           
  57. MD %docs%          
  58. MD %mail%          
  59. MD %binmail%       
  60. MD %oldmail%       
  61. MD %users%         
  62. MD %yapp%          
  63. MD %stats%         
  64. MD %save%          
  65. MD %fwd%           
  66. MD %bin%           
  67. MD %fbb%\PG
  68. MD %system%\LANG
  69. MD %system%\LOG
  70. MD %system%\SAT
  71. MD %system%\WP
  72. CD %binmail%
  73. MD MAIL0
  74. MD MAIL1
  75. MD MAIL2
  76. MD MAIL3
  77. MD MAIL4
  78. MD MAIL5
  79. MD MAIL6
  80. MD MAIL7
  81. MD MAIL8
  82. MD MAIL9
  83. CD %mail%
  84. MD MAIL0
  85. MD MAIL1
  86. MD MAIL2
  87. MD MAIL3
  88. MD MAIL4
  89. MD MAIL5
  90. MD MAIL6
  91. MD MAIL7
  92. MD MAIL8
  93. MD MAIL9
  94. CD %fbb%
  95. \PKUNZJR %disk%FBB515.ZIP
  96. cd %bin%
  97. \PKUNZJR %disk%BIN515_2.ZIP
  98. cd %fwd%
  99. \PKUNZJR %disk%FWD515.ZIP
  100. cd %stats%
  101. \PKUNZJR %disk%STAT515.ZIP
  102. cd %system%
  103. \PKUNZJR %disk%SYS515.ZIP
  104. ECHO.
  105. ECHO.
  106. ECHO        Remove diskette no 1 and insert no 2 (if 360k).
  107. PAUSE
  108. cd %doc%
  109. \PKUNZJR %disk%DOC515.ZIP
  110. cd %bin%
  111. \PKUNZJR %disk%BIN515_1.ZIP
  112. MAKEPG SERV GB
  113. MAKEPG EPURMESS GB
  114. MAKEPG MAINTINF GB
  115. MAKEPG EPURWP GB
  116. cd %system%\SAT
  117. \PKUNZJR %disk%SAT515.ZIP
  118. ECHO.
  119. ECHO.
  120. ECHO        Remove diskette no 2 and insert no 3 (if 360k) 
  121. ECHO        or remove no 1 and insert no 2 (if 720k).
  122. PAUSE
  123. cd %system%\LANG
  124. \PKUNZJR %disk%LANG515.ZIP
  125. CD \
  126. CLS
  127. ECHO.
  128. ECHO.
  129. ECHO Now INSTAFBB will start.  This program modifies the existing
  130. ECHO example-file of INIT.SRV for your needs.  Go carefully through all 
  131. ECHO of the setup, and make all the needed changes.
  132. ECHO.
  133. ECHO.
  134. PAUSE 
  135. CD %fbb%
  136. INSTAFBB
  137. CD \
  138. ECHO.
  139. ECHO.
  140. ECHO Modify AUTOEXEC.BAT.  Important: insert path to %bin%-directory.
  141. ECHO Modify EPURMESS.INI in %fbb%-directory.
  142. ECHO Modify APPEL.BAT in %bin%-directory.
  143. ECHO.
  144. ECHO If you want to modify INIT.SRV again, go to %fbb% and run INSTAFBB.
  145. ECHO.
  146. ECHO Update PORT.SYS, SWAPP.SYS, INITTNCx.SYS, BALISEx.SYS, FORWARD.SYS,
  147. ECHO CRON.SYS, REJET.SYS, MAINTx.SYS, BBS.SYS, PASSWD.SYS, PROTECT.SYS
  148. ECHO and LANGUE.SYS in %system%-directory
  149. ECHO.
  150. ECHO You have now made an english version of FBB.  If you want a french
  151. ECHO version, go to %bin%-directory and type "MAKEPG SERV FR",
  152. ECHO "MAKEPG EPURMESS FR", "MAKEPG EPURWP FR" and "MAKEPG MAINTINF FR".
  153. ECHO.
  154. ECHO You may find a file named LANG515X.ZIP in one of the diskettes.  In that
  155. ECHO case that file will contain extra languages for FBB.  If you do find
  156. ECHO such a file on one of the diskettes, put that diskette in %disk%-drive
  157. ECHO and type PKUNZJR %disk%LANG515X %system%\LANG\.  After that you may need
  158. ECHO to add the new languages in %system%\LANGUE.SYS.
  159.